Hi,
We are using following query to get log entries:
https://api.pagerduty.com/log_entries?time_zone=UTC
This gives following parameter in response
……(logs/audits)
“limit”: 100,
“offset”: 0,
“more”: true,
“total”: null
here why “total” is saying null? Is there any way we can get the total count of the log entries?
Thank You
Regards,
Sonal